<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
  font-family:"Microsoft YaHei",sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
/*  margin: 0.67em 0;*/
}

h1,h2,h3,h4,h5,h6{
  font-weight: 100;
}


/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main{ /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/** GEP ECOTECH */
a:active,
a:hover {outline-width: 0;color:#e60012;}
a:focus {outline-style:none; -moz-outline-style: none;}  

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
  max-width:100%;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}



/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/** GEP ECOTECH */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 GEP ECOTECH
 */

[hidden] {
  display: none;
}



*{
  -webkit-tap-highlight-color:transparent;
}
.clearfix {clear:both;overflow:hidden;width:100%;height:0;font-size:0;float:none}
.clearfix:after {clear:both;display:block;visibility:hidden;height:0;content:"."}
.clearfix {zoom:1}

* {margin:0;padding:0;box-sizing:border-box}
a {text-decoration:none;color:inherit}
strong,i {font-weight:normal;font-style:normal}
ul li {list-style:none}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#999}
input:-moz-placeholder,textarea:-moz-placeholder {color:#999}
input::-moz-placeholder,textarea::-moz-placeholder {color:#999}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#999}
@font-face {font-family:"iconfont";src:url("iconfont.eot?t=1491442109601");src:url("iconfont.eot?t=1491442109601#iefix") format("embedded-opentype"),url("iconfont.woff?t=1491442109601") format("woff"),url("iconfont.ttf?t=1491442109601") format("truetype"),url("iconfont.svg?t=1491442109601#iconfont") format("svg")}
.iconfont {font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon-diqiu:before {content:"\e600"}
.icon-erweima:before {content:"\e601"}
.icon-fangdajing:before {content:"\e634"}
.icon-dianhua:before {content:"\e603"}
.icon-liaotian:before {content:"\e60e"}
.center {max-width:1200px;width:100%;margin:0 auto;height:100%}
@media (max-width:1199px) {.center {padding:0 2%}
}

.headTop .center:after,.headTop .languageBox:after,.footMain:after,.mainDevice:after {content:".";display:block;height:0;visibility:hidden;clear:both}





 .animate {-webkit-transform:translateX(-85%);-ms-transform:translateX(-85%);transform:translateX(-85%);transition:all .4s}
/* .slideNav {display:none}*/
@media (max-width:768px) { .slideNav {position:absolute;top:0;right:0;z-index:9999;width:85%;height:100%;padding:116px 20px 0;background:linear-gradient(to bottom,rgba(0,105,210,0.9),rgba(0,171,224,0.9))}
}
@media (max-width:480px) { .slideNav {padding:50px 10px 0}
}
 .m-logo {margin-bottom:92px}
 .m-logo img {margin:0 auto}
@media (max-width:480px) { .m-logo img {width:50%}
}
@media (max-width:480px) { .m-logo {margin-bottom:40px}
}
 .m-nav {overflow:hidden;margin-bottom:90px}
@media (max-width:480px) { .m-nav {margin-bottom:40px}
}
 .m-nav ul {float:right;width:60%}
 .m-nav ul li {width:100%;height:92px;border-bottom:2px solid rgba(255,255,255,0.3)}
@media (max-width:480px) { .m-nav ul li {border-bottom-width:1px;height:40px}
}
 .m-nav ul a {display:block;padding:0 25px;color:#fff;text-align:right;font-size:32px;line-height:90px}
@media (max-width:480px) { .m-nav ul a {padding:0 12px;font-size:16px;line-height:40px}
}
 .m-footer p {font-size:24px;text-align:center;line-height:40px;color:#fff}
@media (max-width:480px) { .m-footer p {font-size:14px;line-height:26px}
}
 .wrapper {background:#fff;transition:all .4s}
/*.slideBar {position:fixed;right:0;top:28%;width:68px;height:272px;z-index:9999999}*/
@media (max-width:768px) {.slideBar {display:none}
}

.headTop {width:100%;height:42px;background:#41434f}
.headTop .topnav{width:310px;float:left;}
.headTop .topnav p{font-size:14px;color:#e60012;line-height:42px;}
.headTop .headm{float:right}

.headTop .infos {color:#b2b2b2}
.headTop .infos p {float:left;line-height:42px;font-size:14px;color:#e60012;}

@media (max-width:768px) {.headTop {display:none}
}

header {width:100%}
header .header{width:100%;height:116px;position:relative}
header .header .logo {float:left;position:relative;width:226px;height:100%}
header .header .logo img {width:100%;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}
@media (max-width:960px) {header .logo {width:20%}
}
@media (max-width:768px) {
header .header {height:88px;position:relative}
header .header .logo {width:225px}
header .header .logo .plogo{ display:block;}
}
@media (max-width:480px) {
header .header {height:70px;position:relative}
header .header .logo {width:160px}
}
@media (max-width:320px) {
header .header {height:60px;position:relative}
header .header .logo {width:120px}
}


nav {width:780px;float:right;}
nav li {width:130px;float:left;position:relative}
nav li:hover div {display:block}
nav li a {display:block;font-size:18px;border-top:2px solid transparent;line-height:114px;color:#565966;text-align:center;width:80px;padding:0 20px 0 20px;box-sizing:content-box}
@media (max-width:1199px) {nav li a {width:auto;padding:0 16px}
}
@media (max-width:1048px){
header .header .logo{width:20%;}
nav{width:70%;float:right;}
nav li{width:16.3%;}
	}
@media (max-width:960px) {
header .header .logo{width:18%;}
nav {width:80%;}
nav li a {font-size:16px}
}
@media (max-width:768px) {nav {display:none}
}
nav li a:hover{background-color:#fafafa;border-top:2px solid #e60012;color:#e60012;}
/*@media (max-width:1048px){
nav li{width:106px;}
	}*/
@media (max-width:768px) {.mobileBar {width:130px;height:46px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0 12px}
.mobileBar i {display:block;width:1px;height:100%;background-color:#cfcfcf;float:right;margin:0 25px}
}
@media (max-width:768px) and (max-width:480px) {.mobileBar i {margin:0 15px}
}
@media (max-width:768px) {.mobileBar span {float:right;width:24px;height:24px;margin:11px 0;background:url(../images/navIconMobile.png) no-repeat}
}
@media (max-width:768px) and (max-width:480px) {.mobileBar span {width:18px;height:18px;background-size:cover}
}
@media (max-width:768px) {.mobileBar .mobileNav {width:30px;background-position:-24px 0}
}
@media (max-width:768px) and (max-width:480px) {.mobileBar .mobileNav {width:24px;background-position:-18px 0}
}
@media (max-width:480px) {.mobileBar {right:10px;height:36px}
}
@media (max-width:375px) {.mobileBar {right:4px;}
}
@media (max-width:320px) {.mobileBar {width:104px;right:0px;}
.mobileBar i {margin:0 12px}
}




footer{background:rgba(44,47,60,0.9);background:-webkit-linear-gradient(rgba(44,47,60,0.9),rgba(44,47,60,0.9) 55px,#262934 80px,#262934 100px,#262923);
background:-moz-linear-gradient(rgba(44,47,60,0.9),rgba(44,47,60,0.9) 55px,#262934 80px,#262934 100px,#262923);
background:-o-linear-gradient(rgba(44,47,60,0.9),rgba(44,47,60,0.9) 55px,#262934 80px,#262934 100px,#262923);
background:-ms-linear-gradient(rgba(44,47,60,0.9),rgba(44,47,60,0.9) 55px,#262934 80px,#262934 100px,#262923);
background:linear-gradient(rgba(44,47,60,0.9),rgba(44,47,60,0.9) 55px,#262934 80px,#262934 100px,#262923)}
@media (max-width:768px) {footer{height:262px;background:#3b3d47;padding:0}
}
@media (max-width:480px) {footer{height:200px;padding:10px 0}
}
@media (max-width:320px) {footer{height:190px;padding:10px 0}
}

.footMain {width:100%;height:auto;border-bottom: 1px solid #666;}
.footMain .foot-nav{}
.footMain .foot-nav li{float:left;width:16.6%;}
/*.footMain .foot-nav li.pro{width:192px;}*/
.footMain .foot-nav li H4{ color:#FFF;font-size:18px;margin:20px 0;text-align:center;border-right: 1px solid;}
.footMain .foot-nav li:nth-child(6) H4{border-right:0;}
.footMain .foot-nav li H4:hover{color:#e60012;}
.footMain .foot-nav li p{ line-height:30px;color:#b2b2b2;font-size:14px;}
.footMain .foot-nav li p a{color:#b2b2b2;}
.footMain .foot-nav li p a:hover{ color:#e60012;}
/*.footMain .foot-nav li.foot-cont{ width:254px;margin-right:0px;}*/
.footMain .foot-nav li p em{font-style:normal;color:#e60012;}
.footMain .footWeChat{ width:117px; float:right;}
.footMain .footWeChat .t{font-size:16px;color:#FFF; text-align:center; margin:20px 0}
.footMain .footWeChat .ico{width:72px; margin:6px auto 0;}
.footMain .footWeChat .ico a{background:url(../image/foot-ico.png) no-repeat center; display:inline-block; width:20px; height:22px; margin:0px 2px}
.footMain .footWeChat .ico a.weibo{background-position:0px 0px;}
.footMain .footWeChat .ico a.toutiao{background-position:0px -25px;}
.footMain .footWeChat .ico a.qq{background-position:0px -56px;}
.footMain .footWeChat .ico a.weibo:hover{background-position:0px -92px;}
.footMain .footWeChat .ico a.toutiao:hover{background-position:0px -117px;}
.footMain .footWeChat .ico a.qq:hover{background-position:0px -147px;}
@media (max-width:980px) {
.footMain .foot-nav{width:78%;margin-left:2%;}
.footMain .foot-nav li{width:96px;}
}
@media (max-width:840px) {
.footMain .foot-nav li{width:80px;}
.footMain .foot-nav li.about{display:none;}
}
@media (max-width:768px) {.footMain{display:none}
}

.copyRight{width:100%;height:70px;color:#999}
.copyRight p{float:left;font-size:14px;line-height:70px; width:50%;}
.copyRight p span{color:#e60012}
.copyRight p strong{margin-left:1%}
.copyRight .gepLogo{display:none}
.copyRight .fasmedia{display:none}
.copyRight .fastLink{float:right;overflow:hidden}
.copyRight .fastLink li{float:left;line-height:70px}
/*.copyRight .fastLink li:last-child{border:none}*/
.copyRight .fastLink {font-size:14px;padding:0 12px;}
@media (min-width:1200px) {
.copyRight p a:hover{color:#e60012}
}
@media (max-width:1024px) {
.copyRight p{width:34%;}
.copyRight p .icp{display:none;}
}
@media (max-width:980px) {
.copyRight p{width:38%;}
}
@media (max-width:840px) {
.copyRight p{width:34%;}
.copyRight p strong{ display:none;}
}
@media (max-width:768px) {
.copyRight {height:100%;padding:40px 0 30px 0}
.copyRight p{ width:100%;font-size:22px;float:none;line-height:40px;text-align:center; margin-left:0px;}
.copyRight .gepLogo {display:block;margin:0 auto}
.copyRight .fascompu{display:none;}
.copyRight .fasmedia{display:block}
.copyRight .fastLink li{line-height:28px}
.copyRight .fastLink a{font-size:22px;padding:0 19px}
.copyRight .fastLink {float:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:24px auto 18px}
}
@media (max-width:480px) {
.copyRight{padding:20px 0 0 0}
.copyRight p{font-size:14px;line-height:32px}
.copyRight .gepLogo{width:160px;height:auto}
.copyRight .fastLink a{font-size:14px;padding:0 12px}
.copyRight .fastLink{margin:10px auto}
}
@media (max-width:320px) {
.copyRight p{font-size:12px;line-height:26px}
}


#footer{ display:none}
@media (max-width:768px) {
#footer{ width:100%; height:60px; margin:0 auto; position:fixed; bottom:0; left:0; display:block;background:#f9f9f9}
#footer ul{max-width:640px; background:#f9f9f9;height:60px;margin:0 auto}
#footer ul li{ width:25%; height:60px; display:block; float:left; text-align:center; background:url(../image/bottom.jpg) no-repeat right center}
#footer ul li a{ color:#00c3e5; font-size:12px; display:block; margin:10% 0;}
#footer ul li span{ display:block; padding:4% 0}
#footer ul li:nth-of-type(4){ background-image:none}
#footer ul li i{display:block; width:24px; height:24px;margin-top:5px;margin:0 auto}
#footer ul li.index i{background:url(../image/fz.png) no-repeat  center;background-size:100% 100%;}
#footer ul li.bohao i{background:url(../image/aa1.png) no-repeat center;background-size:100% 100%;}
#footer ul li.anli i{background:url(../image/fenlei.png) no-repeat  center;background-size:100% 100%;}
#footer ul li.guanyu i{background:url(../image/ly.png) no-repeat  center;background-size:100% 100%;}

.footer{margin-bottom:60px;}
}

.search{ z-index:10;}

/* 面包屑导航 */
.navBar {width:100%;height:56px;background:#f5f5f5}
.navBar .barMain {line-height:56px;color:#999;padding-left:2px;max-width:1200px; width:100%; margin:0 auto; height:100%;}
.navBar .barMain a {font-size:14px;transition:all .6s;}
.navBar .barMain a:hover{color:#e60012;}
@media (max-width:1199px) {
.navBar .barMain{ width:96%;}
}
@media (max-width:480px) {
.navBar {height:40px;}
.navBar .barMain {line-height:40px;}
.navBar .barMain a {font-size:12px}
.navBar .index:after {top:0}
}


/* 列表页分页 */
.papys{margin:20px auto 80px;text-align:center;}
.papys b{display:inline-block;margin-right:4px;border:1px solid #e60012;height:38px; line-height:38px;padding:0 14px;font-size:14px;color:#FFF;background:#e60012;}
.papys a{display:inline-block;margin-right:4px;border:1px solid #cecece;height:38px; line-height:38px;padding:0 14px;font-size:14px;color:#666666;margin-bottom:1%;}
.papys a:hover{background:#e60012;border-color:#e60012;color:#fff;}
.papys .over{background:#e60012;border-color:#e60012;color:#fff;}
.papys span{background:#00c3e5;font-size:12px;color:#fff;padding-left:10px;display:inline-block;margin-right:4px;border:1px solid #00c3e5;height:38px;line-height:38px; padding:0 14px;font-size:14px;}
@media (max-width:1024px) {
.pages{margin:2% auto 8%}
}

/* 内容页翻页 */
.articleLink{width:100%;border:1px solid #f0f0f0;border-left:none;border-right:none}
.articleLink span{font-size:16px;color:#999;line-height:124px}
.articleLink span a:hover{color:#e60012}
.articleLink .prev {float:left}
.articleLink .next {float:right}
@media (max-width:640px) {
.articleLink{width:100%;padding:2% 0}
.articleLink .prev {float:none}
.articleLink .next {float:none}
.articleLink span{ width:100%;line-height:30px;display:inline-block;font-size:14px;}
}
@media (max-width:375px) {
.articleLink span{line-height:26px;}
}

/*  案例内页、产品内页推荐  */
.soluspec{ width:1208px;margin:58px auto;}
.soluspec .tit{font-size:26px;color:#0069d2;margin-bottom:26px;font-weight:bold;}
.soluspec .after-solu{width:800px; float:left;}
.soluspec .after-solu .tit{margin-left:8px;}
.soluspec .after-solu ul{width:100%;}
.soluspec .after-solu ul li{width:184px;float:left;margin:0 8px 20px;}
.soluspec .after-solu ul li .img{width:100%;}
.soluspec .after-solu ul li .img img{width:100%;}
.soluspec .after-solu ul li .t{font-size:16px;color:#565966;line-height:42px;text-align:center;transition:all .6s;}
.soluspec .after-solu ul li:hover .t{color:#0069d2}
.soluspec .after-spec{width:370px;float:right;}
.soluspec .after-spec .tjspec{width:100%;}
.soluspec .after-spec .tjspec a{width:100%;}
.soluspec .after-spec .tjspec .img{width:100%;}
.soluspec .after-spec .tjspec .img img{width:100%;}
.soluspec .after-spec .tjspec .t{font-size:18px;line-height:56px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#565966;transition:all .6s;}
.soluspec .after-spec .tjspec .c{font-size:14px;color:#999;line-height:28px;}
.soluspec .after-spec .tjspec a:hover .t{color:#0069d2}
@media (max-width:1199px) {
.soluspec{ width:98%;margin:4% auto;}
.soluspec .tit{margin-bottom:20px;}
.soluspec .after-solu{width:70%;}
.soluspec .after-solu .tit{margin-left:1%;}
.soluspec .after-solu ul{width:100%;}
.soluspec .after-solu ul li{width:23%;margin:0 1% 2%;}
.soluspec .after-spec{width:28%;margin-right:1%;}
}
@media (max-width:768px) {
.soluspec .tit{font-size:24px;}
.soluspec .after-spec .tjspec .t{line-height:36px;}
.soluspec .after-spec .tjspec .c{line-height:24px;}
}
@media (max-width:640px) {
.soluspec .after-solu ul li .t{line-height:30px;}
.soluspec .after-spec .tjspec .t{font-size:16px;}
.soluspec .after-spec .tjspec .c{line-height:20px;}
}
@media (max-width:480px) {
.soluspec .tit{font-size:20px;font-weight:normal;text-align:left;}
.soluspec .after-solu{width:100%;float:none}
.soluspec .after-solu ul li{width:48%;}
.soluspec .after-spec{width:100%;margin:0;float:none}
.soluspec .after-spec .tit{margin-left:1%;}
.soluspec .after-spec .tjspec{padding:0 1%;width:100%;}
}
@media (max-width:375px) {
.soluspec .tit{font-size:20px;margin-bottom:12px;}
.soluspec .after-spec .tjspec{padding:0 1%;width:100%;}
}

.i5upage{height:30px;margin-top:20px;margin-bottom:20px;font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; }
.i5upage a,.i5upage span{display:block;color:#438aff;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;float:left;margin:2px 3px;text-align:center;padding:0 10px;height:28px;line-height:28px;} /* SPAN和链接 */
.i5upage a:hover, .i5upage a.current{color:#F44;border:1px solid #F44} /* 当前链接有激活时 */
.i5upage input{padding:0px;color:#438aff;height:16px;width:25px;border:0px solid #fff;text-align:center;margin:0 -5px;vertical-align:middle;font-size:12px} 

.fixed-right { height: 377px; position: fixed; right: 20px; bottom: 200px; z-index: 9999; }
.fixed-right .up { text-align: center; background: #e60012; box-sizing: border-box; padding: 15px; margin-top: 10px; cursor: pointer; }
.fixed-right .up p { font-size: 14px; color: #fff; margin-top: 5px }</pre></body></html>